To ensure a unique name when User
Once the prefix for the function name is generated, all non
This function name prefixing can be turned off if you are sure that your function names will not conflict with any other function names recognized by the Formula Editor. To turn off function name prefixing:
Public UFPrefixFunctions As Boolean Private Sub Class_Initialize()
UFPrefixFunctions = False
End Sub
Note: Function name prefixing is designed to eliminate function name conflicts. If you turn off function name prefixing and your function name conflicts with another function, you may get unpredictable results.
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |